| commit | ee7b2a218b8e1a8ec2b736e77225f9bcdd91c374 | [log] [tgz] |
|---|---|---|
| author | Viktar Donich <viktard@google.com> | Tue Jul 17 14:12:22 2018 -0700 |
| committer | Viktar Donich <viktard@google.com> | Wed Jul 18 11:20:14 2018 -0700 |
| tree | 4f558915782cb97340bce83298b779f1a6c04839 | |
| parent | 69d1808e499b04989fbf4712852973b625c1b64b [diff] [blame] |
Replace vulcanize with bundle_assets build rule New rule uses polymer-bundler instead of deprecated vulcanize. Also use this rule to package UI plugins. Also for combining PolyGerrit UI. Feature: Issue 7144 Change-Id: I17380c670fe4a980dc9748b356e7df18aebdb4ca
diff --git a/WORKSPACE b/WORKSPACE index e490c63..f255ac7 100644 --- a/WORKSPACE +++ b/WORKSPACE
@@ -955,7 +955,7 @@ ) npm_binary( - name = "vulcanize", + name = "polymer-bundler", repository = GERRIT, )